Skip to main content link. Accesskey S
  • Help
  • HCL Logo
  • HCL Notes and Domino Application Development wiki
  • THIS WIKI IS READ-ONLY. Individual names altered for privacy purposes.
  • HCL Forums and Blogs
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • API Documentation
Search
Community Articles > 日本語 - Japanese > XPages Extension Library Mobile Controls - 「Static Line Item」
  • Share Show Menu▼
  • Subscribe Show Menu▼

Recent articles by this author

Community articleXPages Extension Library Mobile Controls - 「Static Line Item」
Added by ~Rebecca Fezresaster on October 9, 2012 | Version 1
expanded Abstract
collapsed Abstract
この記事では、XPages Extension Library Mobile Controls から Static Line Item コントロールを解説します。
Tags: Extension Library, Extension Library controls, XPages Extension Library Japan Project
ShowTable of Contents
HideTable of Contents
  • 1 Static Line Item コントロールの概説
  • 2 生成されるタグ
  • 3 Static Line Item のプロパティ

Static Line Item コントロールの概説

このコントロールは、現在のページから次のページへ移るためのリンクをもった内容を表示する Dojo のコントロールです。名前が示すとおり、静的な内容(文字列)のリストアイテムとして主に使用されます。

生成されるタグ

このコントロールのタグは xe:djxmLineItem です。

<?xml version="1.0" encoding="UTF-8"?>

	<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">

	    <xe:singlePageApp id="singlePageApp1"

	        selectedPageName="home">

	        <xe:appPage id="appPage1" pageName="home">

	            <xe:djxmHeading id="djxmHeading1" label="Home" />

	            <xe:djxmLineItem id="djxmLineItem1" label="All Documents"

	                moveTo="#alldoc">

	            </xe:djxmLineItem>

	        </xe:appPage>

	        <xe:appPage id="appPage2" pageName="alldoc">

	            <xe:djxmHeading id="djxmHeading2" label="All Documents">

	            </xe:djxmHeading>

	        </xe:appPage>

	    </xe:singlePageApp>

	</xp:view>

	

Static Line Item のプロパティ

カテゴリ プロパティ 説明
基本 icon リストアイテムの左側に表示するアイコン(イメージ)を指定できます。指定はURL。空欄の場合は、表示せず
  label リストアイテムに表示するテキストを指定
  moveTo 次のモバイルページの pageName プロパティを指定。ページが同一 XPage にある場合、ハッシュ(#)を前につけてページ名を指定。上記コード参照
  rightText リストアイテムの右側に表示させたいテキストを指定
  transition

次のページ遷移におけるトランジションのエフェクト。デフォルトはslide。その他のオプションとして fade, flip, none を指定可

 

expanded Attachments (0)
collapsed Attachments (0)
expanded Versions (2)
collapsed Versions (2)
Version Comparison     
VersionDateChanged by              Summary of changes
2Oct 9, 2012, 4:57:19 AM~Judy Desluader  
This version (1)Oct 9, 2012, 4:54:19 AM~Rebecca Fezresaster  
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedAbout
  • HCL Software
  • HCL Digital Solutions community
  • HCL Software support
  • BlogsDigital Solutions blog
  • Community LinkHCL Software forums and blogs
  • About HCL
  • Privacy
  • Accessibility